Spread Windows Forms 12.0 Product Documentation
Add Method (CollectionBase<T>)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > CollectionBase<T> Class : Add Method
The T to add.
Adds the specified T to the collection.
Syntax
'Declaration
 
Public Function Add( _
   ByVal value As T _
) As Integer
'Usage
 
Dim instance As CollectionBase(Of T)
Dim value As T
Dim value As Integer
 
value = instance.Add(value)
public int Add( 
   T value
)

Parameters

value
The T to add.

Return Value

The index at which the new element was inserted.
See Also

Reference

CollectionBase<T> Class
CollectionBase<T> Members